Isolation Levels

The isolation levels supported by the .NET Client depend on the data store to which you are connecting. Isolation levels are set using the BeginTransaction(IsolationLevel) method of the SequeLinkConnection object.

See "Data Types and Isolation Levels" for database-specific information about data types and isolation levels.